home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000225_putz@parc.xerox.com _Mon Sep 28 18:43:35 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <putz@parc.xerox.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA05452; Mon, 28 Sep 92 18:43:35 GMT+0100
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA11525; Mon, 28 Sep 92 18:43:50 +0100
  6. Received: from spoggles.parc.xerox.com ([13.2.16.98]) by alpha.xerox.com with SMTP id <11593>; Mon, 28 Sep 1992 10:43:10 PDT
  7. Received: by spoggles.parc.xerox.com id <58401>; Mon, 28 Sep 1992 10:43:04 -0700
  8. Date:     Mon, 28 Sep 1992 10:42:41 PDT
  9. Sender: Steve Putz <putz@parc.xerox.com>
  10. From: Putz.parc@xerox.com
  11. Subject: Re: Man pages server code, anyone?
  12. In-Reply-To: <9209281240.AA04048@nxoc01.cern.ch>
  13. To: timbl@nxoc01.cern.ch (Tim Berners-Lee)
  14. Cc: www-talk@nxoc01.cern.ch, ruth@fnal.fnal.gov
  15. Message-Id: <92Sep28.104304pdt.58401@spoggles.parc.xerox.com>
  16.  
  17. Hi Tim,
  18.  
  19. I don't have a man page to HTML filter, but I did hack together a simple
  20. man page http server implemented in C-shell.  The man pages are just
  21. formatted by the man command (using nroff) and presented as <PLAINTEXT>.
  22. Here is a sample session:
  23.  
  24. -------------------------------------------------------------------------------
  25.                                                         PARC Unix Manual Search
  26.                                    UNIX HELP
  27.                                        
  28.    Enter keywords to find Unix manual pages
  29.    
  30.    or select a man page[1] by name or return to the PARC Web[2]
  31.      [End]
  32.  
  33. FIND <keywords>, 1-2, Back, Quit, or Help: f www
  34.  
  35. -------------------------------------------------------------------------------
  36.                                                          PARC Unix Manuals: www
  37.                                       WWW
  38.                                        
  39.    Select a man page[1] or return to the PARC Web[2] or enter another keyword
  40.    
  41.   viola[3] (1)           X-Windows World-Wide Web (WWW) browser
  42.                          
  43.   www[4] (1)             World-Wide Web line-mode browser
  44.      [End]
  45.  
  46. FIND <keywords>, 1-4, Back, Quit, or Help: 4
  47.  
  48. -------------------------------------------------------------------------------
  49.                                                         PARC Unix Manual: 1 www
  50.                                       WWW
  51.                                        
  52.    Enter a keyword or select a man page[1] by name or return to the PARC Web[2]
  53.    
  54.  
  55.  
  56. www(1)                   USER COMMANDS                     www(1)
  57.  
  58. NAME
  59.      www - World-Wide Web line-mode browser
  60.  
  61. SYNOPSIS
  62.      www [options] [docaddress [keywords]]
  63.  
  64. DESCRIPTION
  65.      The World-Wide Web line-mode  browser  allows  you  to  find
  66.      information  by  following  references  and/or by using key-
  67.      words.
  68.  
  69.      References  are  numbers  in  [brackets]  after   particular
  70.      phrases.  Type the number and RETURN for more information on
  71. FIND <keywords>, 1-2, Back, <RETURN> for more, Quit, or Help: q
  72. -------------------------------------------------------------------------------